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 b67d557 commit 1f9bb85Copy full SHA for 1f9bb85
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
@@ -1869,11 +1869,19 @@ cc_library(
1869
1870
cc_library(
1871
name = "interpreter",
1872
- srcs = glob([
1873
- "lib/Interpreter/*.cpp",
1874
- "lib/Interpreter/*.h",
1875
- ]),
1876
- hdrs = glob(["include/clang/Interpreter/*.h"]),
+ srcs = glob(
+ [
+ "lib/Interpreter/*.cpp",
+ "lib/Interpreter/*.h",
+ ],
1877
+ exclude = ["lib/Interpreter/Wasm.cpp"],
1878
+ ),
1879
+ hdrs = glob(
1880
1881
+ "include/clang/Interpreter/*.h",
1882
1883
1884
1885
includes = ["include"],
1886
deps = [
1887
":analysis",
0 commit comments