[LLVMbugs] [Bug 14200] New: -fno-rtti not in cxxflags given by llvm-config

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 28 09:55:35 PDT 2012


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

             Bug #: 14200
           Summary: -fno-rtti not in cxxflags given by llvm-config
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Even though LLVM is built with -fno-rtti, llvm-config doesn't list -fno-rtti in
cxxflags:

$ ./bin/llvm-config --cxxflags
-I/home/duncan/LLVM/llvm/include -I/home/duncan/LLVM/llvm-objects/include 
-fPIC -fvisibility-inlines-hidden -g  -D_GNU_SOURCE -Wall -W
-Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS

This is latest LLVM built with cmake+ninja.

-- 
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