diff options
author | Tim Shen <timshen91@gmail.com> | 2017-02-14 19:48:13 +0000 |
---|---|---|
committer | Tim Shen <timshen91@gmail.com> | 2017-02-14 19:48:13 +0000 |
commit | 6edc4883fe32490f9f1f54ee01ab4f4641a40292 (patch) | |
tree | 86b14cd43fcc78012841763351df4fadabd3c407 /compiler-rt/lib/xray/xray_interface.cc | |
parent | 14303d1815af27d7bb133062dddf23e78e31b377 (diff) | |
download | bcm5719-llvm-6edc4883fe32490f9f1f54ee01ab4f4641a40292.tar.gz bcm5719-llvm-6edc4883fe32490f9f1f54ee01ab4f4641a40292.zip |
Revert r295017 "Re-commit r294826 and r294781, with a fix on the cmake file to only"
llvm-svn: 295097
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 */ |