mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 18:24:00 +00:00
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
This reverts commit r187248. It broke many bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -21,8 +21,7 @@ using namespace llvm;
|
||||
namespace {
|
||||
|
||||
// ARM, PowerPC and SystemZ tests disabled pending fix for PR10783.
|
||||
#if !defined(__arm__) && !defined(__powerpc__) && !defined(__s390__) && \
|
||||
!defined(__ppc__)
|
||||
#if !defined(__arm__) && !defined(__powerpc__) && !defined(__s390__)
|
||||
|
||||
bool LoadAssemblyInto(Module *M, const char *assembly) {
|
||||
SMDiagnostic Error;
|
||||
|
Reference in New Issue
Block a user