forked from OSchip/llvm-project
parent
9956e4a24b
commit
bd98aec711
|
@ -379,6 +379,7 @@ def _SLASH_GZ : CLFlag<"GZ">;
|
|||
def _SLASH_H : CLFlag<"H">;
|
||||
def _SLASH_homeparams : CLFlag<"homeparams">;
|
||||
def _SLASH_hotpatch : CLFlag<"hotpatch">;
|
||||
def _SLASH_JMC : CLFlag<"JMC">;
|
||||
def _SLASH_kernel : CLFlag<"kernel">;
|
||||
def _SLASH_LN : CLFlag<"LN">;
|
||||
def _SLASH_MP : CLJoined<"MP">;
|
||||
|
|
|
@ -429,6 +429,7 @@
|
|||
// RUN: /H \
|
||||
// RUN: /homeparams \
|
||||
// RUN: /hotpatch \
|
||||
// RUN: /JMC \
|
||||
// RUN: /kernel \
|
||||
// RUN: /LN \
|
||||
// RUN: /MP \
|
||||
|
|
Loading…
Reference in New Issue