Skip to content

Commit 9697b3c

Browse files
authored
[orc-rt] Fix file comment in RTTI.cpp. NFC. (llvm#155059)
1 parent 0b1d353 commit 9697b3c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

orc-rt/lib/executor/RTTI.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This file is a part of the ORC runtime support library.
10-
//
11-
// Note:
12-
// This source file was adapted from lib/Support/ExtensibleRTTI.cpp, however
13-
// the data structures are not shared and the code need not be kept in sync.
9+
// Contains the implementation of APIs in the orc-rt/RTTI.h header.
1410
//
1511
//===----------------------------------------------------------------------===//
1612

0 commit comments

Comments
 (0)