Deleted Added
full compact
21a22,23
> #define LTO_API_VERSION 3
>
210a213,220
> * Sets the location of the assembler tool to run. If not set, libLTO
> * will use gcc to invoke the assembler.
> */
> extern void
> lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path);
>
>
> /**