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

            Bug ID: 38135
           Summary: Clang should add support for -fmacro-prefix-map and
                    -ffile-prefix-map
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangb...@nondot.org
          Reporter: dan.mcgre...@usask.ca
                CC: llvm-bugs@lists.llvm.org

Starting with GCC 8, GCC has added support for prefix remapping of the __FILE__
and __BASE_FILE__ macro similar to the handling of -fdebug-prefix-map.

It also adds support for -ffile-prefix-map, which is simply the union of
-fdebug-prefix-map and -fmacro-prefix-map.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to