From 6ebc85d294a1087300ac29bdde9fb56cefa6b219 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 27 Oct 2006 21:58:31 +0000 Subject: [PATCH] Document getAlignment() llvm-svn: 31234 --- docs/LinkTimeOptimization.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 066b8f0c48a..226017f80cc 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -30,6 +30,7 @@
  • readLLVMObjectFile()
  • optimizeModules()
  • getTargetTriple()
  • +
  • getAlignment()
  • Debugging Information
  • @@ -337,6 +338,16 @@ $ llvm-gcc4 a.o main.o -o main # <-- standard link command without any modifi while validating LLVM bytecode file.

    + +
    + getAlignment() +
    + +
    +

    The linker may use LLVMSymbol method + getAlignment() to query symbol alignment information.

    +
    +
    Debugging Information