File tree Expand file tree Collapse file tree 3 files changed +8
-16
lines changed Expand file tree Collapse file tree 3 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ CMakeLists.txt.user
22
22
/.cache
23
23
/.vscode
24
24
25
+ # clion
26
+ .idea * /
27
+
25
28
# output files
26
29
output.ll
27
30
output_finalnoopt.ll
Original file line number Diff line number Diff line change @@ -53,22 +53,6 @@ else()
53
53
target_link_libraries (LLVM-Wrapper INTERFACE ${LLVM_AVAILABLE_LIBS} )
54
54
endif ()
55
55
56
- # In LLVM 10 (and potentially below) there is a full path to diaguids.lib embedded in the installation
57
- if (WIN32 AND TARGET LLVMDebugInfoPDB)
58
- get_target_property (LLVMDebugInfoPDB_LIBS LLVMDebugInfoPDB INTERFACE_LINK_LIBRARIES)
59
- foreach (LLVMDebugInfoPDB_LIB ${LLVMDebugInfoPDB_LIBS} )
60
- if (LLVMDebugInfoPDB_LIB MATCHES "diaguids.lib" )
61
- list (REMOVE_ITEM LLVMDebugInfoPDB_LIBS "${LLVMDebugInfoPDB_LIB} " )
62
- list (APPEND LLVMDebugInfoPDB_LIBS "diaguids.lib" )
63
- break ()
64
- endif ()
65
- endforeach ()
66
- set_target_properties (LLVMDebugInfoPDB PROPERTIES
67
- INTERFACE_LINK_LIBRARIES "${LLVMDebugInfoPDB_LIBS} "
68
- )
69
- unset (LLVMDebugInfoPDB_LIBS)
70
- endif ()
71
-
72
56
set (CMAKE_FOLDER "${CMAKE_FOLDER_LLVM} " )
73
57
unset (CMAKE_FOLDER_LLVM)
74
58
Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ docker run --rm -v %cd%:/data mergen target.exe 0x123456789
25
25
docker run --rm -v $PWD :/data mergen target.exe 0x123456789
26
26
```
27
27
28
+
29
+ # Windows
30
+
31
+ soon...
32
+
You can’t perform that action at this time.
0 commit comments