Replace dg-require-lto-plugin with dg-require-linker-plugin.

2010-07-22  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.dg/lto/20100722-1_0.c: Replace dg-require-lto-plugin
	with dg-require-linker-plugin.

From-SVN: r162417
This commit is contained in:
H.J. Lu 2010-07-22 14:45:07 +00:00 committed by H.J. Lu
parent 7e39ec05ee
commit cd1822b80e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-07-22 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/lto/20100722-1_0.c: Replace dg-require-lto-plugin
with dg-require-linker-plugin.
2010-07-22 Richard Guenther <rguenther@suse.de>
PR lto/43850

View File

@ -1,5 +1,5 @@
/* { dg-lto-do run } */
/* { dg-require-lto-plugin "" } */
/* { dg-require-linker-plugin "" } */
/* { dg-extra-ld-options "-fuse-linker-plugin" } */
int main() { return 0; }