File tree 2 files changed +1
-6
lines changed 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 55
55
uses : actions/cache@v2
56
56
id : cache-llvm-build
57
57
with :
58
- key : llvm-build-14-windows-v2
58
+ key : llvm-build-14-windows-v3
59
59
path : llvm-build
60
60
- name : Build LLVM
61
61
if : steps.cache-llvm-build.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -114,11 +114,6 @@ ifeq ($(OS),Windows_NT)
114
114
START_GROUP = -Wl,--start-group
115
115
END_GROUP = -Wl,--end-group
116
116
117
- # LLVM compiled using MinGW on Windows appears to have problems with threads.
118
- # Without this flag, linking results in errors like these:
119
- # libLLVMSupport.a(Threading.cpp.obj):Threading.cpp:(.text+0x55): undefined reference to `std::thread::hardware_concurrency()'
120
- LLVM_OPTION += -DLLVM_ENABLE_THREADS=OFF -DLLVM_ENABLE_PIC=OFF
121
-
122
117
CGO_CPPFLAGS += -DCINDEX_NO_EXPORTS
123
118
CGO_LDFLAGS += -static -static-libgcc -static-libstdc++
124
119
CGO_LDFLAGS_EXTRA += -lversion
You can’t perform that action at this time.
0 commit comments