diff options
author | Vitaly Buka <vitalybuka@google.com> | 2017-02-11 12:34:27 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2017-02-11 12:34:27 +0000 |
commit | d8230247c93ee40fd02c4750842fcc337e3f14c5 (patch) | |
tree | e3b6cb4b7d11aa421ddd6f76cc0e01daa59a3209 /compiler-rt/lib/xray/xray_interface.cc | |
parent | 8158816efe29350782aab75ff9fbca2646ed6b19 (diff) | |
download | bcm5719-llvm-d8230247c93ee40fd02c4750842fcc337e3f14c5.tar.gz bcm5719-llvm-d8230247c93ee40fd02c4750842fcc337e3f14c5.zip |
This reverts commits r294826 and r294781 as they break linking on powerpc.
Revert "Fix -Wsign-compare - this might not be quite right, but preserves behavior"
Revert "[XRay] Implement powerpc64le xray."
This reverts commit r294826.
This reverts commit r294781.
llvm-svn: 294842
Diffstat (limited to 'compiler-rt/lib/xray/xray_interface.cc')
-rw-r--r-- | compiler-rt/lib/xray/xray_interface.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/xray/xray_interface.cc b/compiler-rt/lib/xray/xray_interface.cc index 09be20a8ab7..0b13983e58d 100644 --- a/compiler-rt/lib/xray/xray_interface.cc +++ b/compiler-rt/lib/xray/xray_interface.cc @@ -35,8 +35,6 @@ static const int16_t cSledLength = 12; static const int16_t cSledLength = 32; #elif defined(__arm__) static const int16_t cSledLength = 28; -#elif defined(__powerpc64__) -static const int16_t cSledLength = 8; #else #error "Unsupported CPU Architecture" #endif /* CPU architecture */ |