mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 02:21:45 +00:00
lld-link: Run conflict-mangled.test on all systems
It seems to pass fine on my Mac, and it running it only on Windows made me miss it in r355959 and required r355959. When the test was added in r288992 we still used Win-only UnDecorateSymbolName() for demangling. Now we use LLVM's microsoftDemangle() which is cross-platform. Differential Revision: https://reviews.llvm.org/D59497 llvm-svn: 356380
This commit is contained in:
parent
0e5012eac3
commit
2b1dca79f2
@ -1,4 +1,3 @@
|
||||
# REQUIRES: system-windows
|
||||
# RUN: yaml2obj < %s > %t1.obj
|
||||
# RUN: yaml2obj < %s > %t2.obj
|
||||
# RUN: not lld-link /out:%t.exe %t1.obj %t2.obj >& %t.log
|
||||
|
Loading…
Reference in New Issue
Block a user