aboutsummaryrefslogtreecommitdiff
path: root/clang/CMakeLists.txt
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-07-27 00:23:45 +0000
committerHans Wennborg <hans@hanshq.net>2013-07-27 00:23:45 +0000
commit6ddc6901ef18ee4463cb4981d3a520ce3f8e2c36 (patch)
tree80b8822e9c06afc9fa83c6ab1563bf9e5aaeec53 /clang/CMakeLists.txt
parent568cb2783345a972dabb7290ff38db8e522d0ec7 (diff)
downloadllvm-6ddc6901ef18ee4463cb4981d3a520ce3f8e2c36.zip
llvm-6ddc6901ef18ee4463cb4981d3a520ce3f8e2c36.tar.gz
llvm-6ddc6901ef18ee4463cb4981d3a520ce3f8e2c36.tar.bz2
clang-cl: add support for the /? and /help options
This establishes a new Flag in Options.td, which can be assigned to options that should be made available in clang's cl.exe compatible mode, and updates the Driver to make use of the flag. (The whitespace change to CMakeLists forces the build to re-run CMake and pick up the include dependency on the new .td file. This makes the build work if someone moves backwards in commit history after this change.) Differential Revision: http://llvm-reviews.chandlerc.com/D1215 llvm-svn: 187280
Diffstat (limited to 'clang/CMakeLists.txt')
-rw-r--r--clang/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/CMakeLists.txt b/clang/CMakeLists.txt
index c5864af..927ed02 100644
--- a/clang/CMakeLists.txt
+++ b/clang/CMakeLists.txt
@@ -327,4 +327,3 @@ endif()
set(BUG_REPORT_URL "http://llvm.org/bugs/" CACHE STRING
"Default URL where bug reports are to be submitted.")
-