[LLVMbugs] [Bug 7039] New: -print-multi-os-directory doesn't give expected results.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue May 4 07:23:25 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7039
Summary: -print-multi-os-directory doesn't give expected
results.
Product: clang
Version: trunk
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: Driver
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: kwm at FreeBSD.org
CC: llvmbugs at cs.uiuc.edu
# uname -m
amd64
# gcc45 -print-multi-os-directory
.
# clang -print-multi-os-directory
x86_64
# uname -m
i386
# gcc45 -print-multi-os-directory
.
# clang -print-multi-os-directory
.
Picked gcc 4.5 because its newer then our standard gcc 4.2.1. The result is the
same.
--
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