We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda9ff8 commit 66aa260Copy full SHA for 66aa260
llvm/utils/gn/secondary/llvm/lib/Transforms/Hello/BUILD.gn
llvm/utils/gn/secondary/llvm/test/BUILD.gn
@@ -343,10 +343,7 @@ group("test") {
343
# loadable_modules don't work on Windows.
344
# FIXME: In the CMake build, ENABLE_SHARED makes them work somehow
345
# (but they're off by default there too).
346
- deps += [
347
- "//llvm/lib/Transforms/Hello",
348
- "//llvm/tools/bugpoint-passes",
349
- ]
+ deps += [ "//llvm/tools/bugpoint-passes" ]
350
}
351
352
# FIXME: llvm_build_examples
0 commit comments