diff options
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.in b/settings.in index df647f1b1d..6bf5156a03 100644 --- a/settings.in +++ b/settings.in @@ -29,6 +29,7 @@ ("target has RTS linker", "@HaskellHaveRTSLinker@"), ("Unregisterised", "@Unregisterised@"), ("LLVM llc command", "@SettingsLlcCommand@"), - ("LLVM opt command", "@SettingsOptCommand@") + ("LLVM opt command", "@SettingsOptCommand@"), + ("LLVM clang command", "@SettingsClangCommand@") ] |