diff options
Diffstat (limited to 'llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp')
| -rw-r--r-- | llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp b/llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp index 3708f18..0e90654 100644 --- a/llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp +++ b/llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp @@ -20,16 +20,13 @@  namespace llvm{  namespace exegesis { - -void InitializePowerPCExegesisTarget(); -  namespace {  using testing::NotNull;  using testing::IsEmpty;  using testing::Not; -constexpr const char kTriple[] = "powerpc64le-unknown-linux"; +constexpr char kTriple[] = "powerpc64le-unknown-linux";  class PowerPCTargetTest : public PPCTestBase {  protected:  | 
