radford updated this revision to Diff 340956.
radford added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
[CMake][llvm] The first argument to check_linker_flag is the language
Match the API for the new check_linker_flag and use it directly when
available, leavi
radford created this revision.
radford added a reviewer: arphaman.
Herald added a subscriber: mgorny.
radford requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Compiling LLVM, as a cmake sub-project that compiles with visibility
hidden, will
radford created this revision.
Herald added a subscriber: mgorny.
radford requested review of this revision.
Herald added projects: clang, LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits, cfe-commits.
[CMake][llvm] Using -D in COMPILE_DEFINITIONS can create a lone -D
w/generator-