[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / stackrealign.c
blob70de40f13ed00dd5bacc2541b9174070b06ab6f6
1 // RUN: %clang -### %s 2>&1 | FileCheck %s -check-prefix=NO-REALIGN
2 // RUN: %clang -### -mno-stackrealign -mstackrealign %s 2>&1 | FileCheck %s -check-prefix=REALIGN
3 // RUN: %clang -### -mstackrealign -mno-stackrealign %s 2>&1 | FileCheck %s -check-prefix=NO-REALIGN
5 // REALIGN: -mstackrealign
6 // NO-REALIGN-NOT: -mstackrealign