Displaying 4 results from an estimated 4 matches for "libcompiler_rt_".
Did you mean:
libcompiler_rt
2011 Nov 23
2
[LLVMdev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...shared "resource directory" concept which already
exists in Clang.
- Builtin header files are at <ResourceDir>/include already.
- Append a "base" triple directory name.
- Append a "lib" directory name for runtime libraries
- Place the runtime libraries as "libcompiler_rt_<sublib>.a" for each
sub-library component "<sublib>".
Example for "x/bin/clang" installation:
x/bin/../lib/clang/3.1/x86_64-linux-gnu/lib/libcompiler_rt_asan.a
What is a "base" triple? It is the simplest form we can reduce a triple to
while guarant...
2011 Nov 28
0
[LLVMdev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...ectory" concept which already
> exists in Clang.
> - Builtin header files are at <ResourceDir>/include already.
> - Append a "base" triple directory name.
> - Append a "lib" directory name for runtime libraries
> - Place the runtime libraries as "libcompiler_rt_<sublib>.a" for each
> sub-library component "<sublib>".
> Example for "x/bin/clang" installation:
> x/bin/../lib/clang/3.1/x86_64-linux-gnu/lib/libcompiler_rt_asan.a
> What is a "base" triple? It is the simplest form we can reduce a tripl...
2011 Nov 29
1
[LLVMdev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...h already
> > exists in Clang.
> > - Builtin header files are at <ResourceDir>/include already.
> > - Append a "base" triple directory name.
> > - Append a "lib" directory name for runtime libraries
> > - Place the runtime libraries as "libcompiler_rt_<sublib>.a" for each
> > sub-library component "<sublib>".
> > Example for "x/bin/clang" installation:
> > x/bin/../lib/clang/3.1/x86_64-linux-gnu/lib/libcompiler_rt_asan.a
> > What is a "base" triple? It is the simplest form w...
2011 Nov 23
2
[LLVMdev] [cfe-dev] RFC: How should Clang/LLVM runtime libraries be installed and found during link steps?
...ectory" concept which already
> exists in Clang.
> - Builtin header files are at <ResourceDir>/include already.
> - Append a "base" triple directory name.
> - Append a "lib" directory name for runtime libraries
> - Place the runtime libraries as "libcompiler_rt_<sublib>.a" for each
> sub-library component "<sublib>".
>
> Example for "x/bin/clang" installation:
> x/bin/../lib/clang/3.1/x86_64-linux-gnu/lib/libcompiler_rt_asan.a
>
> What is a "base" triple? It is the simplest form we can redu...