[LLVMbugs] [Bug 21120] New: -pass-remarks=inline doesn't seem to work on x86_64-unknown-linux-gnu

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 1 12:57:43 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=21120

            Bug ID: 21120
           Summary: -pass-remarks=inline doesn't seem to work on
                    x86_64-unknown-linux-gnu
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Interprocedural Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: dexonsmith at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The testcase from r218784 failed on Linux.  I reproduced by setting the target
triple to `x86_64-unknown-linux-gnu`, and then explicitly set
`x86_64-apple-darwin` in my testcase in r218786.

With the triple set to x86_64-unknown-linux-gnu, I get this output:

Command Output (stderr):
--
/Volumes/Data/llvm/bugfixes/test/LTO/diagnostic-handler-remarks.ll:26:12:
error: expected string not found in input
; REMARKS: remark:
          ^
<stdin>:1:1: note: scanning from here

^

--

Maybe -pass-remarks=inline isn't working properly on Linux?

-- 
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/20141001/85495551/attachment.html>


More information about the llvm-bugs mailing list