mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 03:56:06 +00:00

For numeric kind suffixes like 1_foo, the preprocessor should be able to perform macro replacement for macros named either "_foo" or "foo". Fixes https://github.com/llvm/llvm-project/issues/133399.