-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[experimental]: Build LLVM with ThinLTO enabled (2nd attempt) #53245
Merged
Commits on Aug 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 80e27cd - Browse repository at this point
Copy the full SHA 80e27cdView commit details -
bootstrap: Allow to invoke cargo with the Usage: rustc [OPTIONS] INPUT
Options: -h, --help Display this message --cfg SPEC Configure the compilation environment -L [KIND=]PATH Add a directory to the library search path. The optional KIND can be one of dependency, crate, native, framework or all (the default). -l [KIND=]NAME Link the generated crate(s) to the specified native library NAME. The optional KIND can be one of static, dylib, or framework. If omitted, dylib is assumed. --crate-type [bin|lib|rlib|dylib|cdylib|staticlib|proc-macro] Comma separated list of types of crates for the compiler to emit --crate-name NAME Specify the name of the crate being built --emit [asm|llvm-bc|llvm-ir|obj|metadata|link|dep-info|mir] Comma separated list of types of output for the compiler to emit --print [crate-name|file-names|sysroot|cfg|target-list|target-cpus|target-features|relocation-models|code-models|tls-models|target-spec-json|native-static-libs] Comma separated list of compiler information to print on stdout -g Equivalent to -C debuginfo=2 -O Equivalent to -C opt-level=2 -o FILENAME Write output to <filename> --out-dir DIR Write output to compiler-chosen filename in <dir> --explain OPT Provide a detailed explanation of an error message --test Build a test harness --target TARGET Target triple for which the code is compiled -W, --warn OPT Set lint warnings -A, --allow OPT Set lint allowed -D, --deny OPT Set lint denied -F, --forbid OPT Set lint forbidden --cap-lints LEVEL Set the most restrictive lint level. More restrictive lints are capped at this level -C, --codegen OPT[=VALUE] Set a codegen option -V, --version Print version info and exit -v, --verbose Use verbose output Additional help: -C help Print codegen options -W help Print 'lint' options and default settings --help -v Print the full set of options rustc accepts command.
Configuration menu - View commit details
-
Copy full SHA for 34a654c - Browse repository at this point
Copy the full SHA 34a654cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45497e3 - Browse repository at this point
Copy the full SHA 45497e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9574bf5 - Browse repository at this point
Copy the full SHA 9574bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73364c8 - Browse repository at this point
Copy the full SHA 73364c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b8451 - Browse repository at this point
Copy the full SHA f4b8451View commit details
Commits on Aug 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3cf6f0d - Browse repository at this point
Copy the full SHA 3cf6f0dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.