From 9286cd3e9b2854f1a95ce51b81da8db76d462f09 Mon Sep 17 00:00:00 2001
From: Devang Patel
Date: Fri, 27 Oct 2006 21:58:31 +0000
Subject: [PATCH] Document getAlignment()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31234 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 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.
+
+
+
The linker may use LLVMSymbol method
+ getAlignment() to query symbol alignment information.
+
+