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

            Bug ID: 40180
           Summary: /Zc:alignedNew not supported
           Product: clang
           Version: 7.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

MSVC allowes /Zc:alignedNew, see
https://docs.microsoft.com/en-us/cpp/build/reference/zc-alignednew?view=vs-2017

For clang-cl, you have to pass -Xclang -faligned-allocation to get the same
option.

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

Reply via email to