HomeSort by relevance Sort by last modified time
    Searched refs:NativeGCCOptions (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/
llvm-native-gcc 153 my $NativeGCCOptions = "";
155 $NativeGCCOptions = "-c";
157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile";
llvm-native-gxx 153 my $NativeGCCOptions = "";
155 $NativeGCCOptions = "-c";
157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile";

Completed in 384 milliseconds