diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2025-07-24 15:11:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-24 15:11:48 -0500 |
commit | 74ce508517f48440df3d9528a887155175a448a9 (patch) | |
tree | 2d44596fc08d01ca8c9fc391d95782a4d279ae9b /llvm/lib/TextAPI/SymbolSet.cpp | |
parent | 763f425b0853527d470a03ece99627d8e641e427 (diff) | |
download | llvm-74ce508517f48440df3d9528a887155175a448a9.zip llvm-74ce508517f48440df3d9528a887155175a448a9.tar.gz llvm-74ce508517f48440df3d9528a887155175a448a9.tar.bz2 |
[bazel] Add missing clang/unittests targets (#150491)
Mostly just adding tests that are in clang/unittests/CMakeLists.txt, but
there a couple other cleanups here:
* Add `directory_watcher` targets in clang so we can add tests for it
* Add some library targets (e.g. `dataflow_testing_support`) for
downstream use (e.g. unit tests outside of LLVM that use these headers
in tests)
* Remove `rename_tests_tooling_hdrs` which has been unused since
`rename_tests` itself was deleted
The InterpreterTest target added here passes on our internal CI, but
fails when I run it w/ bazel for some reason:
```
[ RUN ] InterpreterTest.InstantiateTemplate
JIT session error: Symbols not found: [ __clang_Interpreter_SetValueWithAlloc, _ZnwmPv26__clang_Interpreter_NewTag ]
Failure value returned from cantFail wrapped call
Failed to materialize symbols: { (main, { __orc_init_func.incr_module_133, $.incr_module_133.__inits.0 }) }
```
I'd like to figure out what's going on, but for now I just excluded it
w/ a test filter
Diffstat (limited to 'llvm/lib/TextAPI/SymbolSet.cpp')
0 files changed, 0 insertions, 0 deletions