We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4440a26 commit a698a6fCopy full SHA for a698a6f
src/Development/IDE/GHC/CPP.hs
@@ -114,6 +114,8 @@ doCpp dflags raw input_fn output_fn = do
114
++ map SysTools.Option sse_defs
115
++ map SysTools.Option avx_defs
116
++ mb_macro_include
117
+ -- Define a special macro "__GHCIDE__"
118
+ ++ [ SysTools.Option "-D__GHCIDE__"]
119
-- Set the language mode to assembler-with-cpp when preprocessing. This
120
-- alleviates some of the C99 macro rules relating to whitespace and the hash
121
-- operator, which we tend to abuse. Clang in particular is not very happy
0 commit comments