[llvm] [Instrumentation] Move test coverage in Transforms (NFC) (PR #108544)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 14 00:41:47 PDT 2024


nikic wrote:

Note that the contents of `llvm/test/Transforms` are flattened, i.e. they directly contain `llvm/test/Transforms/GVN` rather than `llvm/Test/Transforms/Scalar/GVN`, etc. So if you wanted to make this "consistent" you'd have to move `llvm/test/Instrumentation/AddressSanitizer` to `llvm/test/Transforms/AddressSanitizer`, not `llvm/test/Transforms/Instrumentation/AddressSanitizer`. Or else we'd need a larger restructuring to make the test directory schemas line up.

I'd personally just leave this alone.

https://github.com/llvm/llvm-project/pull/108544


More information about the llvm-commits mailing list