aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2014-08-23 21:10:58 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2014-08-23 21:10:58 +0000
commit63f9b571476b7afbb794296fc70c7fb726809dd0 (patch)
treeb62baada010831bffa83bb19ac6ff9414ba51adb /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
parent367cef6362f1526b6e5c775a3617757fb74cf3e8 (diff)
downloadllvm-63f9b571476b7afbb794296fc70c7fb726809dd0.zip
llvm-63f9b571476b7afbb794296fc70c7fb726809dd0.tar.gz
llvm-63f9b571476b7afbb794296fc70c7fb726809dd0.tar.bz2
cmake: actually test -Wcomment
This test was testing nothing, as only -Werror was ever being added to the compiler flags. You can see the final nitty-gritty compiler invocation in CMakeFiles/CMakeOutput.log (for successful tests) and CMakeFiles/CMakeError.log (for failed tests). Before: Building C object CMakeFiles/cmTryCompileExec3385359576.dir/src.c.o /usr/bin/clang -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -DC_WCOMMENT_ALLOWS_LINE_WRAP -Werror -o CMakeFiles/cmTryCompileExec3385359576.dir/src.c.o -c /home/nobled/code/llvm-b9/CMakeFiles/CMakeTmp/src.c After: Building C object CMakeFiles/cmTryCompileExec3385359576.dir/src.c.o /usr/bin/clang -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -DC_WCOMMENT_ALLOWS_LINE_WRAP -Werror -Wcomment -o CMakeFiles/cmTryCompileExec3385359576.dir/src.c.o -c /home/nobled/code/llvm-b9/CMakeFiles/CMakeTmp/src.c llvm-svn: 216328
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions