
r217178 changed clang to add function attribute uwtable by default on Win64, which caused the __eh_frame section to be emitted by default. This commit restores the previous behavior for MachO targets. rdar://problem/25282627 llvm-svn: 268589
5 lines
178 B
C
5 lines
178 B
C
// RUN: %clang -target x86_64-pc-win32-macho -### -S %s -o %t.s 2>&1 | FileCheck %s
|
|
|
|
// Do not add function attribute "uwtable" for macho targets.
|
|
// CHECK-NOT: -munwind-tables
|