When you enter into the build folder and run make clang-test you are executing the clang regression test suite.
This addition fixes the test suite failing with the addition of our attribute RandomizeLayout by modifying the file llvm-project/clang/test/Misc/pragma-attribute-supported-attributes-list.test and adding our attribute to the run of checked attributes.
You must add additions in alphabetical order, hence it showing up in the middle.
When you enter into the
build
folder and runmake clang-test
you are executing the clang regression test suite.This addition fixes the test suite failing with the addition of our attribute
RandomizeLayout
by modifying the filellvm-project/clang/test/Misc/pragma-attribute-supported-attributes-list.test
and adding our attribute to the run of checked attributes.You must add additions in alphabetical order, hence it showing up in the middle.