project(Tools) if (APPLE) else () set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libstdc++ -static-libgcc -Wl,-rpath=.") # -static set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -static-libstdc++ -static-libgcc -Wl,-rpath=.") # -static endif () ...
The cmake variable ${MSVC_VERSION} is correct. Platform and Versions Operating System: Windows CMake Version: 3.16.4 VSCode Version: 1.42.0 CMake Tools Extension Version: 1.3.0 Compiler/Toolchain: clang-cl (11.0.0) + VS2019 (v16.4.4) visualStudioArchitecture: amd64 andreeis added this ...
@@ -84,14 +84,14 @@ export class CMakeTools implements vscode.Disposable, api.CMakeToolsAPI { return this._handleCacheEditorMessage(data.method, data.params) .then(ret => { client.send(JSON.stringify({ id : data.id, result : ret, id: data.id, result: ret, })); }) .catch(e...
CMake Tools Log [kit] Found Kit: GCC for aarch64-linux-gnu 10.2.0 [kit] Found Kit: GCC for aarch64-linux-gnu 10.2.0 [kit] Found Kit: GCC for arm-none-eabi 10.2.0 [kit] Found Kit: GCC for arm-none-eabi 10.2.0 [kit] Found Kit: Clang 11.1.0 [kit] Found Kit: Clang 11.1...
Bug Summary:I am using the CMake extension and a custom build of Boost installed to a separate directory under /opt. CMake is building a compile_commands.json that adds it as -isystem . clang-tidy is adding it as -I , which is triggering various errors that I don't care about....
Is it ever possible to use lldb out of the box? Is it possible to build with clang and debug with gdb? Operating System: Ubuntu 18.04 CMake Version: 3.16 VSCode Version: 1.44.2 CMake Tools Extension Version: 1.3.1 Compiler/Toolchain: Clang 10Contributor...
clang-tools-extra/clangd/CMakeLists.txt Go to file Copy path 149 lines (134 sloc)3 KB RawBlame #Configure the Features.inc file. if(NOTDEFINEDCLANGD_BUILD_XPC) if(${CMAKE_SYSTEM_NAME}MATCHES"Darwin") set(CLANGD_BUILD_XPC_DEFAULTON) ...
Port of LLVM to the MOS 6502 and related processors - llvm-mos/clang-tools-extra/clangd/CMakeLists.txt at fe6c24000f2d7316899d4ec4c12273892326ed47 · llvm-mos/llvm-mos