mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 01:06:06 +00:00

It means the same thing as -mllvm; there isn't any reason to have two options which do the same thing. Differential Revision: https://reviews.llvm.org/D45109 llvm-svn: 329965
5 lines
105 B
C
5 lines
105 B
C
// RUN: %clang -target armv7-windows -### %s 2>&1 | FileCheck %s
|
|
|
|
// CHECK: "-mllvm" "-arm-restrict-it"
|
|
|