[LLVMbugs] [Bug 22982] New: -print-multi-os-directory works differently on Mac and Linux

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 22 07:32:20 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=22982

            Bug ID: 22982
           Summary: -print-multi-os-directory works differently on Mac and
                    Linux
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: pj.hades at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The option -print-multi-os-directory prints x86_64 on my Mac OS X Yosemite:

$ uname -a
Darwin Evangelion.local 14.1.0 Darwin Kernel Version 14.1.0: Thu Feb 26
19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64 x86_64
$ clang --print-multi-os-directory
x86_64

But it prints nothing on my 64-bit Archlinux:

$ uname -a
Linux eva-dummy 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
GNU/Linux
$ clang --print-multi-os-directory
$ echo $?
0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150322/fc8e28b0/attachment.html>


More information about the llvm-bugs mailing list