OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 682 milliseconds