mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 13:48:45 +00:00
Moved header from include/Support/ to include/llvm/System
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d895ffe122
commit
3166440855
@ -1,4 +1,4 @@
|
||||
//===- Support/Signals.h - Signal Handling support --------------*- C++ -*-===//
|
||||
//===- llvm/System/Signals.h - Signal Handling support ----------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SUPPORT_SIGNALS_H
|
||||
#define SUPPORT_SIGNALS_H
|
||||
#ifndef LLVM_SYSTEM_SIGNALS_H
|
||||
#define LLVM_SYSTEM_SIGNALS_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user