diff options
author | Teresa Johnson <tejohnson@google.com> | 2016-02-10 19:11:15 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2016-02-10 19:11:15 +0000 |
commit | 89f38fb5cc8006dfb9737417257307b4fda9c44c (patch) | |
tree | 9566557c429cad5fef83b095f7dc154b9b060187 /llvm/test/tools/gold | |
parent | d16cebef5df2c38067bb0168819a4a4f6b443ee9 (diff) | |
download | bcm5719-llvm-89f38fb5cc8006dfb9737417257307b4fda9c44c.tar.gz bcm5719-llvm-89f38fb5cc8006dfb9737417257307b4fda9c44c.zip |
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
This reverts commit r260408. Bot failure that I need to investigate.
llvm-svn: 260412
Diffstat (limited to 'llvm/test/tools/gold')
-rw-r--r-- | llvm/test/tools/gold/X86/thinlto.ll | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/tools/gold/X86/thinlto.ll b/llvm/test/tools/gold/X86/thinlto.ll index 4e00a7bb660..97def3d7a14 100644 --- a/llvm/test/tools/gold/X86/thinlto.ll +++ b/llvm/test/tools/gold/X86/thinlto.ll @@ -24,10 +24,8 @@ ; COMBINED-NEXT: <COMBINED_ENTRY ; COMBINED-NEXT: </FUNCTION_SUMMARY_BLOCK ; COMBINED-NEXT: <VALUE_SYMTAB -; Check that the format is: op0=offset, op1=funcguid, where funcguid is -; the lower 64 bits of the function name MD5. -; COMBINED-NEXT: <COMBINED_FNENTRY abbrevid={{[0-9]+}} op0={{[0-9]+}} op1={{-3706093650706652785|-5300342847281564238}} -; COMBINED-NEXT: <COMBINED_FNENTRY abbrevid={{[0-9]+}} op0={{[0-9]+}} op1={{-3706093650706652785|-5300342847281564238}} +; COMBINED-NEXT: <COMBINED_FNENTRY {{.*}} record string = '{{f|g}}' +; COMBINED-NEXT: <COMBINED_FNENTRY {{.*}} record string = '{{f|g}}' ; COMBINED-NEXT: </VALUE_SYMTAB define void @f() { |