OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems definition...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 10 Jan 2016 15:56:49 +0000 (15:56 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 10 Jan 2016 15:56:49 +0000 (15:56 +0000)
commite54dc2a5c885becfc05af5a29f3768bd666acf54
treec08259b8e333d2a8a57f61d46a7214750f076a47
parentb3cad3ca309da7f5168c05fa40adc813854f0afa
OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems definition of nested class would confuse the context.

  llvm\unittests\ExecutionEngine\Orc\ObjectLinkingLayerTest.cpp(115) : error C2327: 'llvm::OrcExecutionTest::TM' : is not a type name, static, or enumerator
  llvm\unittests\ExecutionEngine\Orc\ObjectLinkingLayerTest.cpp(115) : error C2065: 'TM' : undeclared identifier

FYI, "this->TM" was valid even before moving class SectionMemoryManagerWrapper.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257290 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp