This creates an integration test for global constants
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 33023 Build 33022: arc lint + arc unit
Event Timeline
Comment Actions
lgtm
This should be running here now:
http://lab.llvm.org:8011/builders/clang-x64-windows-msvc
I'd suggest checking if it's green tomorrow.
debuginfo-tests/win_cdb/global-constant.cpp | ||
---|---|---|
28–29 | Please add a comment indicating why this is intended behavior. ENUM_POS is unused, so it never ends up in the globals stream, so we expect this to fail. |
Please add a comment indicating why this is intended behavior. ENUM_POS is unused, so it never ends up in the globals stream, so we expect this to fail.