From c1e6e138e3efe647aad137a7af641ec9384b3f40 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 6 Sep 2006 20:22:55 +0000 Subject: [PATCH] Document getTargetTriple(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30133 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LinkTimeOptimization.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 7c97f9011c4..066b8f0c48a 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -29,6 +29,7 @@
  • LLVMSymbol
  • readLLVMObjectFile()
  • optimizeModules()
  • +
  • getTargetTriple()
  • Debugging Information
  • @@ -326,6 +327,16 @@ $ llvm-gcc4 a.o main.o -o main # <-- standard link command without any modifi linker.

    + +
    + getTargetTriple() +
    + +
    +

    The linker may use getTargetTriple() to query target architecture + while validating LLVM bytecode file.

    +
    +
    Debugging Information