Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: include/llvm/MC/MCNaCl.h

Issue 15067009: LLVM: Add ELF Note section to NaCl object files identifying them as such to gold (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: reviews, and add initialization to llvm-mc Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | include/llvm/Support/ELF.h » ('j') | include/llvm/Support/ELF.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 //===- MCNaCl.h - NaCl-specific code for MC --------------------*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 namespace llvm {
11 class MCContext;
12 class MCStreamer;
13 class Triple;
14 /// Initialize target-specific bundle alignment and emit target-specific NaCl
15 /// ELF note sections.
16 void initializeNaClMCStreamer(MCStreamer &Streamer, MCContext &Ctx,
17 const Triple &TheTriple);
18 }
OLDNEW
« no previous file with comments | « no previous file | include/llvm/Support/ELF.h » ('j') | include/llvm/Support/ELF.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698