#include "llvm/MC/TargetRegistry.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Target/TargetMachine.h" #include "llvm/TargetParser/Triple.h" #include "gtest/gtest.h" usingnamespacellvm; namespace { class AIXRelocModelTest : public ::testing::Test { … }; TEST_F(AIXRelocModelTest, DefalutToPIC) { … } } // end of anonymous namespace