[LLVMbugs] [Bug 15025] New: Target-independent tests should not specify a triple.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jan 21 14:52:22 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15025
Bug #: 15025
Summary: Target-independent tests should not specify a triple.
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: atrick at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9905
--> http://llvm.org/bugs/attachment.cgi?id=9905
List of supposedly target independent tests with a target triple.
Lit tests that require a triple should be moved into a platform directory so
that they will be skipped by compilers that don't include the necessary back
end. Tests that don't require a triple should not specify one so that any
compiler can run them with deterministic behavior.
The attached triple-tests.lst lists the test cases that require cleanup.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list