blob: 037cdd0c3c3fd8d677d8c58fd9fb1244f25b9528 (
plain)
1
2
3
4
|
// RUN: %clang -fmodules -no-integrated-as -fsyntax-only %s 2>&1 | FileCheck %s
// CHECK: error: modules can only be used with the compiler's integrated assembler
// CHECK note: '-no-integrated-as' cannot be used with '-fmodules'
|