diff options
author | David Terei <davidterei@gmail.com> | 2011-09-14 18:37:03 -0700 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2011-09-14 18:38:23 -0700 |
commit | 7bfc28d4a1c7c20714bfc11acc072e2f16927d80 (patch) | |
tree | 5e327318c254ea829f2311b6923a6b246c01b524 /compiler/main/DriverPhases.hs | |
parent | 99a6412c9ff5964bd957da79bd3b7d27c4f41228 (diff) | |
download | haskell-7bfc28d4a1c7c20714bfc11acc072e2f16927d80.tar.gz |
LLVM pre-mangler files should be considered cish
Diffstat (limited to 'compiler/main/DriverPhases.hs')
-rw-r--r-- | compiler/main/DriverPhases.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DriverPhases.hs b/compiler/main/DriverPhases.hs index 3cafd9814d..1835430f13 100644 --- a/compiler/main/DriverPhases.hs +++ b/compiler/main/DriverPhases.hs @@ -223,7 +223,7 @@ haskellish_src_suffixes, haskellish_suffixes, cish_suffixes, haskellish_src_suffixes = haskellish_user_src_suffixes ++ [ "hspp", "hscpp", "hcr", "cmm", "cmmcpp" ] haskellish_suffixes = haskellish_src_suffixes ++ ["hc", "raw_s"] -cish_suffixes = [ "c", "cpp", "C", "cc", "cxx", "s", "S", "ll", "bc", "m", "M", "mm" ] +cish_suffixes = [ "c", "cpp", "C", "cc", "cxx", "s", "S", "ll", "bc", "lm_s", "m", "M", "mm" ] extcoreish_suffixes = [ "hcr" ] -- Will not be deleted as temp files: haskellish_user_src_suffixes = [ "hs", "lhs", "hs-boot", "lhs-boot" ] |