This is the second patch that upstreams the support for Apple's DriverKit. The first patch: https://reviews.llvm.org/D118046. Differential Revision: https://reviews.llvm.org/D121911
6 lines
179 B
C
6 lines
179 B
C
// REQUIRES: x86-registered-target
|
|
// RUN: %clang -target x86_64-apple-driverkit19.0 -S -o - %s | FileCheck %s
|
|
|
|
int main() { return 0; }
|
|
// CHECK: .build_version driverkit, 19, 0
|